Explorar el Código

missed one

pull/1/head
Rocketsoup hace 4 años
padre
commit
ff07928da0
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      cogs/joinraid.py

+ 6
- 0
cogs/joinraid.py Ver fichero

@@ -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…
Cancelar
Guardar