Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import discord
  2. from discord.ext import commands
  3.  
  4. class penis():
  5. def __init__(self, bot):
  6. self.bot = bot
  7.  
  8.  
  9. @commands.command(pass_context=True)
  10. async def penis(self, ctx):
  11. await self.bot.say("hahahaha Ik ben een penis commandje")
  12.  
  13. def setup(bot):
  14. bot.add_cog(penis(bot))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement