Skip to content

Commit

Permalink
Fix prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandardi authored May 14, 2019
1 parent 6ca48c1 commit f128040
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ def main():
bot = RustBot(
command_prefix=commands.when_mentioned_or(
"?",
"\N{CRAB}",
"\N{CRAB} ",
"hey ferris can you ",
"\N{CRAB}",
"hey ferris can you please ",
"hey ferris, can you please ",
"hey fewwis can you please ",
"hey fewwis, can you please ",
"hey ferris can you ",
"hey ferris, can you ",
"hey ferris, can you please",
"hey fewwis can you ",
"hey fewwis can you please",
"hey fewwis, can you ",
"hey fewwis, can you please",
)
)

Expand Down

0 comments on commit f128040

Please sign in to comment.