From a40d85419d05441c1c6592ba463f6f187111e6f7 Mon Sep 17 00:00:00 2001 From: Date: Wed, 28 Feb 2018 21:20:41 -0500 Subject: [PATCH] Updated changelog and created discord_bot example. --- Changelog.md | 11 +++++++++++ discord_bot.py => examples/discord_bot.py | 4 ++++ 2 files changed, 15 insertions(+) rename discord_bot.py => examples/discord_bot.py (86%) 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