Skip to content

Commit

Permalink
remove, fuck this
Browse files Browse the repository at this point in the history
  • Loading branch information
erickang21 committed Mar 11, 2018
1 parent 46cc810 commit 3ea0d25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cogs/info.py
Expand Up @@ -34,13 +34,6 @@ async def stats(self, ctx):
await ctx.send(embed=em)


@commands.command()
async def dbotinfo(self, ctx):
"""Gets stats for dat banana bot on Discord Bots."""
color = discord.Color(value=0x00ff00)
em = discord.Embed(color=color, title='Discord Bots')
dblpy = dbl.Client(self.bot, self.token)
em.add_field(name='Upvotes', value=await dblpy.get_upvote_count)



Expand Down

0 comments on commit 3ea0d25

Please sign in to comment.