Overglitch commited on
Commit
b322ba7
·
verified ·
1 Parent(s): 60bd5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -217,15 +217,15 @@ channels = [
217
  max_interval=1000,
218
  sticker_ids=SANDRA_STICKER_IDS,
219
  gif_urls=SANDRA_GIF_URLS
220
- ),
221
- DiscordChannel(
222
  name="smash",
223
  url="https://discord.com/api/v9/channels/1211488388935450746/messages",
224
  min_interval=245,
225
  max_interval=370,
226
  sticker_ids=SMASH_STICKERS_IDS,
227
  gif_urls=SMASH_GIF_URLS
228
- )
229
  ]
230
 
231
  def send_message(data: dict, channel: DiscordChannel):
 
217
  max_interval=1000,
218
  sticker_ids=SANDRA_STICKER_IDS,
219
  gif_urls=SANDRA_GIF_URLS
220
+ )
221
+ """DiscordChannel(
222
  name="smash",
223
  url="https://discord.com/api/v9/channels/1211488388935450746/messages",
224
  min_interval=245,
225
  max_interval=370,
226
  sticker_ids=SMASH_STICKERS_IDS,
227
  gif_urls=SMASH_GIF_URLS
228
+ )"""
229
  ]
230
 
231
  def send_message(data: dict, channel: DiscordChannel):