spam reduction & config command

This commit is contained in:
2025-02-25 19:15:41 +01:00
parent 24e820e464
commit 2423e62c06
8 changed files with 53 additions and 10 deletions
+5 -1
View File
@@ -46,4 +46,8 @@ class Bot:
py_print("Stopped Reddit bot.")
return True
return False
return False
async def change_sr(self, new_sr) -> bool:
self.sr = await self.r.subreddit(new_sr)
return True