Skip to content

Commit

Permalink
Removed trivia command
Browse files Browse the repository at this point in the history
  • Loading branch information
DamourYouKnow committed May 28, 2019
1 parent 4eced29 commit 110df84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions commands/trivia_commands.py

This file was deleted.

4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@


def main():
shard = 0
shard = None
shard_count = None
if len(sys.argv) > 2:
shard = int(sys.argv[1])
shard_count = int(sys.argv[2])
Expand Down Expand Up @@ -47,7 +48,6 @@ def main():
Album(bot),
Info(bot),
Stats(bot),
Trivia(bot),
Config(bot)
]

Expand Down

0 comments on commit 110df84

Please sign in to comment.