aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar SomeHybrid <[email protected]>2023-08-11 07:33:37 +0700
committerGravatar SomeHybrid <[email protected]>2023-08-11 07:33:37 +0700
commit3fce0bc148b7fdc00c2aed725e2dfc277a6363e8 (patch)
treeda9a73e469bcd5632507d8b6660ef0ba4e8d8ae6
parentAdded cache to RFC command (diff)
Added logging on fetching RFC
-rw-r--r--bot/exts/utilities/rfc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/exts/utilities/rfc.py b/bot/exts/utilities/rfc.py
index bbe6efc4..b8a61052 100644
--- a/bot/exts/utilities/rfc.py
+++ b/bot/exts/utilities/rfc.py
@@ -77,6 +77,8 @@ class Rfc(commands.Cog):
return
+ logger.info(f"Fetching RFC {rfc_id}")
+
embed = Embed(
title=f"RFC {rfc_id} - {document.title}",
description=document.description,