diff --git a/Changelog.md b/Changelog.md index 19b806d..86c6703 100644 --- a/Changelog.md +++ b/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 diff --git a/discord_bot.py b/examples/discord_bot.py similarity index 86% rename from discord_bot.py rename to examples/discord_bot.py index 02895a6..8fe3783 100644 --- a/discord_bot.py +++ b/examples/discord_bot.py @@ -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