Updated changelog and created discord_bot example.
This commit is contained in:
parent
db631ace1a
commit
a40d85419d
11
Changelog.md
11
Changelog.md
|
@ -1,3 +1,14 @@
|
|||
## 1.3.0
|
||||
|
||||
New Stuff
|
||||
- Scrython now uses the threading module to allow for discord.py implementations.
|
||||
|
||||
Changes
|
||||
- Added `power()`, `toughness()`, and `flavor_text()` attributes to cards_object. Thanks to Mendess2526!
|
||||
|
||||
Bugfixes
|
||||
- Fixed a bug that would prevent you from creating a cards.Autocomplete() object.
|
||||
|
||||
## 1.2.0
|
||||
|
||||
New Stuff
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Before running you need to provide a token to run.
|
||||
# For safety it's reccommended that you save the token as a variable
|
||||
# in another file; in this case BotUtils.py
|
||||
|
||||
import discord, scrython, BotUtils, asyncio
|
||||
from discord.ext import commands
|
||||
|
Loading…
Reference in New Issue