Skip to content

Commit

Permalink
removed command
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletRav3n committed Mar 19, 2017
1 parent a687cc3 commit c1fdb27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions commandspice/commandspice.py
Expand Up @@ -20,11 +20,6 @@ def save_grammar(self):
dataIO.save_json(self.spice, self.system)
dataIO.is_valid_json("data/grammar/commandspice.json")

@commands.command()
async def check(self):
for k, v in self.system.items():
print(k, v)

async def on_command(self, command, ctx):
m = ctx.message
if m.author.bot is False:
Expand Down

0 comments on commit c1fdb27

Please sign in to comment.