This commit is contained in:
2025-02-22 14:57:51 +01:00
parent d82e455bd5
commit f17f6e0c16
10 changed files with 40 additions and 31 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Bot:
self.data: dict = {}
async def initialize(self):
self.sr = await self.r.subreddit("bytedicetesting")#boykisser")
self.sr = await self.r.subreddit("bytedicetesting")
async def set_args(self, args: dict):
self.args = args