Skip to content

Commit

Permalink
Add GatewayIntents to ChatHandler in bootstrap.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugamirai committed Apr 1, 2024
1 parent 74421e4 commit b4278ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/bootstrap.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use gpt_discord_bot::ChatHandler;
use serenity::prelude::*;
use serenity::all::GatewayIntents;
use serenity::Client;
use std::env;
use std::path::Path;

Expand Down

0 comments on commit b4278ff

Please sign in to comment.