Rocketsoup пре 4 година
родитељ
комит
ff07928da0
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6
    0
      cogs/joinraid.py

+ 6
- 0
cogs/joinraid.py Прегледај датотеку

@@ -223,3 +223,9 @@ class JoinRaidCog(commands.Cog):
223 223
 		'Event handler'
224 224
 		# TODO
225 225
 		pass
226
+
227
+	async def __send_warning(self) -> None:
228
+		config = self.bot.get_cog('ConfigCog')
229
+		if config is None:
230
+			return
231
+		config.

Loading…
Откажи
Сачувај