refactor voice_bot
This commit is contained in:
6
voice_bot/utils/messages.py
Normal file
6
voice_bot/utils/messages.py
Normal 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')
|
||||
Reference in New Issue
Block a user