summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-15 15:33:05 -0500
committerseth <[email protected]>2023-12-15 16:41:13 -0500
commit49a521d27d859c7b94f3944a44d29660118e5561 (patch)
tree06814aa070de4af69d907e1328b60b23ae0368ee /src/main.rs
parentc8fc58287aba8f5e2bfe2b4c84fb7d5aa8e2f8eb (diff)
storage: fixup settings index
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 46fadfb..1cbd2e7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -60,7 +60,6 @@ async fn setup(
info!("Registered global commands!");
// register "extra" commands in guilds that allow it
- info!("Fetching opted guilds");
let guilds = data.storage.get_opted_guilds().await?;
for guild in guilds {