We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171e065 commit 62f7236Copy full SHA for 62f7236
src/discord/src/client.rs
@@ -72,7 +72,7 @@ struct RawClient(Arc<DiscordClient>);
72
impl RawEventHandler for RawClient {
73
async fn raw_event(&self, ctx: Context, ev: serenity::model::prelude::Event) {
74
if let Event::Unknown(unk) = ev {
75
- writeln!(&mut File::create(unk.kind).unwrap(), "{:#?}", unk.value);
+ // writeln!(&mut File::create(unk.kind).unwrap(), "{:#?}", unk.value);
76
}
77
78
src/ui/src/_main.rs
0 commit comments