File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11#Imports
22import discord
3- from discord .ext import commands
3+ from discord .ext import commands , tasks
44from discord .ext .commands import *
5- from discord .ext import tasks
6- import os
7- import os .path
5+ import os , os .path
86import json
9- import time
7+ import time , datetime
108import asyncio
119import random
12- import datetime
1310from discord_slash import SlashCommand , SlashContext
1411from discord_slash .utils .manage_commands import create_choice , create_option
1512import api .auth
@@ -324,4 +321,4 @@ async def monthly(ctx:SlashContext):
324321 await ctx .reply (f'You claimed 1000000 coins from this weekly. Check back in 1 month for your next one!' )
325322
326323# Initialization
327- client .run (api .auth .token )
324+ client .run (api .auth .token )
You can’t perform that action at this time.
0 commit comments