Skip to content

Commit

Permalink
Rewrite python 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit authored Jan 29, 2018
1 parent 4a5a701 commit 8192622
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
import pynite

class Fortnite:
'''Example cog for a Discord bot made through the discord.py ext.commands framework.'''
'''
Example cog for a Discord bot made through the discord.py ext.commands framework.
Requirements
--------------
discord.py rewrite
python 3.6+
pynite v1.1.2+
'''

def __init__(self, bot):
self.bot = bot
Expand Down

0 comments on commit 8192622

Please sign in to comment.