Change prefixes to #!, !, and >>
This commit is contained in:
parent
55b906e5b3
commit
76a74a4235
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def unconvert_bytesize(size, ending: str):
|
|||
|
||||
|
||||
def get_prefix(bot, message):
|
||||
prefixes = ["$", ">", "?", "!"]
|
||||
prefixes = ["#!", "!", ">>"]
|
||||
# if not message.guild:
|
||||
# return "?"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue