feat: shorten the /join message and report the git revision in the /info command for more transparency
This commit is contained in:
@@ -16,7 +16,7 @@ use twilight_model::{
|
||||
},
|
||||
};
|
||||
|
||||
use crate::{BotDataManager, GuildVoiceChannelToTextChannel, UserDataManager, VCs, track_vcs::VCsWatcher};
|
||||
use crate::{BotDataManager, GuildVoiceChannelToTextChannel, UserDataManager, VCsWatcher};
|
||||
|
||||
pub mod info;
|
||||
pub mod join;
|
||||
@@ -33,6 +33,8 @@ pub struct State {
|
||||
pub discord_application_id: Id<ApplicationMarker>,
|
||||
pub discord_bot_owner_user_id: Id<UserMarker>,
|
||||
pub discord_client: Arc<twilight_http::Client>,
|
||||
pub discord_info_command_id: Id<CommandMarker>,
|
||||
pub discord_info_command_name: Arc<str>,
|
||||
pub discord_opt_in_command_id: Id<CommandMarker>,
|
||||
pub discord_opt_in_command_name: Arc<str>,
|
||||
pub discord_opt_out_command_id: Id<CommandMarker>,
|
||||
|
||||
Reference in New Issue
Block a user