Compare commits
2 Commits
9b4aadb83b
...
501290ea51
Author | SHA1 | Date |
---|---|---|
kaylee | 501290ea51 | |
kaylee | eb2c658f36 |
|
@ -0,0 +1,7 @@
|
|||
import discord
|
||||
import os
|
||||
from discord.ext import commands
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv("./vars/.env")
|
||||
print(os.getenv('TOKEN'))
|
Binary file not shown.
Loading…
Reference in New Issue