Added warning

This commit is contained in:
Twentysix 2016-02-17 23:52:21 +01:00
parent c1372806e8
commit 974aa71759

2
red.py
View File

@ -412,6 +412,8 @@ async def on_message(message):
@client.async_event @client.async_event
async def on_ready(): async def on_ready():
logger.info("I'm online " + "(" + client.user.id + ")") logger.info("I'm online " + "(" + client.user.id + ")")
print("THIS VERSION IS OBSOLETE AND NO LONGER BEING SUPPORTED.")
print("USE THE CURRENT ONE: https://github.com/Twentysix26/Red-DiscordBot/")
await gameSwitcher.changeGame(now=True) await gameSwitcher.changeGame(now=True)
# cns = threading.Thread(target=console, args=[]) # cns = threading.Thread(target=console, args=[])
# cns.start() # console, WIP # cns.start() # console, WIP