refactor voice_bot

This commit is contained in:
Andrey
2024-11-14 00:05:37 +03:00
parent 5c3fece394
commit 767acacc18
12 changed files with 341 additions and 329 deletions

View File

@@ -0,0 +1,6 @@
def get_message(username: str, type_message: str):
constants = {
}
message = constants[type_message]
return message.replace('username', username).replace('&', '\n')