mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Discord Bot Fixes/Changes
- Fixed the discord bot Info command, to release the profile once the command has finished running. - added new checkbox to allow the profile to be included in discord commands using the Cluster Id as the alias. - pt-BR Translation file updated.
This commit is contained in:
parent
3de08392eb
commit
ac438da337
12 changed files with 151 additions and 143 deletions
|
|
@ -1238,6 +1238,8 @@
|
|||
<sys:String x:Key="ServerSettings_DiscordBotChannelTooltip">The id of the discord server channel this profile will listen to.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DiscordAliasLabel">Alias:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DiscordAliasTooltip">A unique name to identify your server when using the discord commands, can be used instead of the profile id.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordClusterAliasLabel">Allow Cluster Alias</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordClusterAliasTooltip">If enabled, the cluster id can be used as a discord alias to perform server commands.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordBackupLabel">Allow Backup</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordBackupTooltip">If enabled, the profile will listen for backup commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordRestartLabel">Allow Restart</sys:String>
|
||||
|
|
@ -5646,8 +5648,7 @@
|
|||
<sys:String x:Key="DiscordBot_CommandDisabledProfile">Command '{0}' has been disabled for profile '{1}'.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_ProfileMissing">The '{0}' command requires a profile id or alias.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileNotFound">Profile '{0}' was not found or is not associated with the channel.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileMultiples">Multiple profiles with '{0}' were found in the channel, command aborted.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileNotFound">Profile/Alias '{0}' was not found or is not associated with the channel.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileBadStatus">Profile '{0}' is in a state '{1}' that cannot run this command.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileUpdating">Profile '{0}' is currently being updated.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_NoChannelProfiles">No profiles are associated with the channel.</sys:String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue