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 1
1
#Imports
2
2
import discord
3
- from discord .ext import commands
3
+ from discord .ext import commands , tasks
4
4
from discord .ext .commands import *
5
- from discord .ext import tasks
6
- import os
7
- import os .path
5
+ import os , os .path
8
6
import json
9
- import time
7
+ import time , datetime
10
8
import asyncio
11
9
import random
12
- import datetime
13
10
from discord_slash import SlashCommand , SlashContext
14
11
from discord_slash .utils .manage_commands import create_choice , create_option
15
12
import api .auth
@@ -324,4 +321,4 @@ async def monthly(ctx:SlashContext):
324
321
await ctx .reply (f'You claimed 1000000 coins from this weekly. Check back in 1 month for your next one!' )
325
322
326
323
# 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