Skip to content
Permalink
Browse files
All the correct imports
  • Loading branch information
lycette2 committed Nov 12, 2020
1 parent f9c5427 commit 0b85629f3dae1e0a48b2d93b5e9f1b0fc6cde46b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
BIN +0 Bytes (100%) .vs/Chatbot/v16/.suo
Binary file not shown.
BIN +0 Bytes (100%) .vs/slnx.sqlite
Binary file not shown.
@@ -7,6 +7,7 @@ import discord
import steam
from steam.webapi import WebAPI
from dotenv import load_dotenv #only used so we can have the token outside of the source code
from steam.steamid import *

load_dotenv()
TOKEN = os.getenv('DISCORD_TOKEN')
@@ -15,6 +16,7 @@ steamApiKey = os.getenv('STEAM_API_KEY')

client = discord.Client()
api = WebAPI(key=steamApiKey)

#==================DEFINITIONS GO HERE==================

steamID= "STEAM_0:0:73873614" #this is Emily's steamID which is useful to use as a stub when testing

0 comments on commit 0b85629

Please sign in to comment.