Improved translations #64

This commit is contained in:
2022-12-28 19:45:38 +01:00
parent a46122243f
commit f669410b2a
2 changed files with 15 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ class LevelService:
level_settings: LevelServerSettings = self._config.get_configuration(f'LevelServerSettings_{guild.id}')
await self._message_service.send_channel_message(
self._bot.get_channel(level_settings.changed_level_notification_channel),
self._t.transform('modules.level.new_level_message').format(member.id, level.name),
self._t.transform('modules.level.new_level_message').format(member.mention, level.name),
is_persistent=True
)