mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
Added warning
This commit is contained in:
parent
c1372806e8
commit
974aa71759
2
red.py
2
red.py
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user