fix for DM commands

This commit is contained in:
2020-10-26 20:56:54 +00:00
parent fa17978add
commit d7b0d18444
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ UPDATE guilds SET name = ?, prefix = ? WHERE id = ?
pub struct ChannelData {
pub id: u32,
pub name: String,
pub name: Option<String>,
pub nudge: i16,
pub blacklisted: bool,
pub webhook_id: Option<u64>,