Removed language from PycordGuild

This commit is contained in:
2025-04-25 23:20:26 +02:00
parent 1c2e0fda9f
commit f969f7d3f1
4 changed files with 5 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
"timezone_invalid": "Timezone **{timezone}** was not found. Please, select one of the timezones provided by the autocompletion.",
"config_set": "Configuration has been updated. You can review it anytime using `/config show`.",
"config_reset": "Configuration has been reset. You can update it using `/config set`, otherwise no events can be held.",
"config_show": "**Guild config**\n\nChannel: <#{channel_id}>\nCategory: <#{category_id}>\nTimezone: {timezone}\nLanguage: {language}"
"config_show": "**Guild config**\n\nChannel: <#{channel_id}>\nCategory: <#{category_id}>\nTimezone: {timezone}"
},
"commands": {
"config": {
@@ -23,9 +23,6 @@
},
"timezone": {
"description": "Timezone in which events take place"
},
"language": {
"description": "Language for bot's messages"
}
}
},