From 512bd7737ad4e1e519dc7fdfb01e22efedb7acff Mon Sep 17 00:00:00 2001 From: Speediestsaf Date: Thu, 24 Jul 2025 17:19:25 +0000 Subject: [PATCH] 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. --- methods.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/methods.py b/methods.py index af24440..f011d55 100644 --- a/methods.py +++ b/methods.py @@ -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()