Просмотр исходного кода

fixed the hour duration thing because the np command looked like shit.

tags/v1.8.0
Roxie Gibson 6 лет назад
Родитель
Сommit
38543da251
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roxbot/cogs/voice.py

+ 1
- 1
roxbot/cogs/voice.py Просмотреть файл

@@ -132,7 +132,7 @@ class Voice:
formatted = datetime.time(**format_me)
output = "{:%M:%S}".format(formatted)
if formatted.hour >= 1:
output = "{:%H}".format(formatted) + output
output = "{:%H:}".format(formatted) + output
return output

async def _queue_logic(self, ctx):

Загрузка…
Отмена
Сохранить