Moved the rotation command to the commands section, renamed it to speedrotation as well as its prompt. Put the dateline import onto the same line as the import. Changed the wording of speedrotation to speak about Speed and not 2nd person.
This commit is contained in:
parent
4407f71d1f
commit
512bd7737a
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
#methods.py
|
||||
|
||||
#Imports.
|
||||
import os, json, discord, random, math
|
||||
import os, json, discord, random, math, datetime
|
||||
from dotenv import load_dotenv
|
||||
import datetime
|
||||
|
||||
#Load .env file.
|
||||
load_dotenv()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue