1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-08-02 11:31:26 +00:00

moved everything from telegram over

This commit is contained in:
2021-08-04 23:14:51 -07:00
parent 78bacf3869
commit 4fe5547118
8 changed files with 1475 additions and 5 deletions

2
bot.py
View File

@@ -9,7 +9,7 @@ from discord.ext import commands
from functions import Symbol
DISCORD_TOKEN = os.environ["DISCORD"]
DISCORD_TOKEN = "NjAxNjYwNzM1ODQzNDY3Mjg0.XTFiOQ.DMEKIug2mhX1WGGVSD1bYuYXVro"
try:
IEX_TOKEN = os.environ["IEX"]