Skip to content

Commit e3850b4

Browse files
committed
Fixed typo: percent not shown
1 parent ddc6603 commit e3850b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def command_zen(self, update: Update, context: ContextTypes.DEFAULT_TYPE):
106106
async def command_config(self, update: Update, context: ContextTypes.DEFAULT_TYPE):
107107
self.trace('Received command: /config')
108108
buff = [
109-
'Probabilidad de responder: {config.VERBOSITY:.2f}',
109+
f'Probabilidad de responder: {config.VERBOSITY:.2f}',
110110
'Disparadores:',
111111
]
112112
trigger_words = sorted(list(itertools.chain(*config.REPLIES.keys())))

0 commit comments

Comments
 (0)