spam reduction & config command
This commit is contained in:
+5
-1
@@ -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
|
||||
Reference in New Issue
Block a user