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
#Imports.
import os, json, discord, random, math
from dotenv import load_dotenv
import datetime
import os, json, discord, random, math, datetime
from dotenv import load_dotenv
#Load .env file.
load_dotenv()