Change "command without dot" to "command without prefix"
This commit is contained in:
parent
7daa29a2e2
commit
0508585194
|
@ -48,4 +48,4 @@ else:
|
|||
func = None
|
||||
help_text += '{prefix}' + i.lower() + f' - Gets a {"gif" if "gif" in i else "picture"} of {i.lower()}\n'
|
||||
break
|
||||
help_dict['nekos'] = ('Nekos.life', help_text + '\nCan also be activated inline with: @{bot} <i><command without dot></i>')
|
||||
help_dict['nekos'] = ('Nekos.life', help_text + '\nCan also be activated inline with: @{bot} <i><command without prefix></i>')
|
||||
|
|
Loading…
Reference in New Issue