Console Script Application
This commit is contained in:
@@ -1 +1,2 @@
|
||||
# Handle major modules of package
|
||||
import * from ./__main__
|
||||
|
||||
@@ -16,8 +16,10 @@ async def summarize(
|
||||
):
|
||||
print("Will summarize article.")
|
||||
|
||||
# TODO: Import bot token from env
|
||||
bot.run(os.environ["DISCORD_TOKEN"],)
|
||||
def main():
|
||||
# TODO: Import bot token from env
|
||||
bot.run(os.environ["DISCORD_TOKEN"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Handy Helper has Begun!")
|
||||
|
||||
Reference in New Issue
Block a user