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:
Speediestsaf 2025-07-24 17:19:25 +00:00
parent 4407f71d1f
commit 512bd7737a

View file

@ -1,9 +1,8 @@
#methods.py #methods.py
#Imports. #Imports.
import os, json, discord, random, math import os, json, discord, random, math, datetime
from dotenv import load_dotenv from dotenv import load_dotenv
import datetime
#Load .env file. #Load .env file.
load_dotenv() load_dotenv()