Kaynağa Gözat

missed one

pull/1/head
Rocketsoup 4 yıl önce
ebeveyn
işleme
ff07928da0
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      cogs/joinraid.py

+ 6
- 0
cogs/joinraid.py Dosyayı Görüntüle

@@ -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…
İptal
Kaydet