Update#2
Open
AlexQ3D wants to merge 1 commit into
Open
Conversation
| await rfwbot.say(message.channel, 'Oh Portal 2? You know that game that crashes when you Alt+Tab?') | ||
|
|
||
| #Fuck off | ||
| elif 'Fuck off MHQbot' in message.content and 'alt+tab' in message.content: |
Member
There was a problem hiding this comment.
Is alt+tab meant to be in here? Also see above comment.
| await rfwbot.say(message.channel, 'Are you guys talking about that Metroid3D guy who doesn\'t know how to use a fork?') | ||
|
|
||
| # Portal 2 | ||
| elif 'Portal 2' in message.content and 'alt+tab' in message.content: |
Member
There was a problem hiding this comment.
All message.content instances should be message.content.lower() now and all searchable strings should be all lowercase.
|
|
||
| #Fuck off | ||
| elif 'Fuck off MHQbot' in message.content and 'alt+tab' in message.content: | ||
| print('\033[1;34m[\033[31m' + str(message.channel) + '\033[34m]\033[31m Question Detected\033[0m') |
Member
There was a problem hiding this comment.
Both new commands should printout the correct detection method.
Member
|
Resolve the conflicts and make the changes I asked for. |
Member
|
Lol Python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.