Skip to content

Commit

Permalink
Add list for command prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShubhendra committed Oct 3, 2021
1 parent cae1b1a commit 7073df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vidya/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


vidya = Vidya(
command_prefix="vid ",
command_prefix= ["vid", "Vid",] ,
case_insensitive=True,
strip_after_prefix=True,
database_url=DATABASE_URL,
Expand Down

0 comments on commit 7073df3

Please sign in to comment.