update maubot version

This commit is contained in:
Nils Büchner 2024-08-26 14:55:47 +02:00
parent 4e9492e627
commit 1b63230850
2 changed files with 4 additions and 4 deletions

View file

@ -16,8 +16,8 @@ frozenlist==1.4.1
idna==3.6
Jinja2==3.1.3
MarkupSafe==2.1.5
maubot==0.4.2
mautrix==0.20.4
maubot==0.5.0
mautrix==0.20.6
multidict==6.0.5
packaging==24.0
prompt-toolkit==3.0.43

View file

@ -282,7 +282,7 @@ class Ubottu(Plugin):
if data:
await evt.respond('The current time in ' + data['location'] + ' is ' + data['local_time'])
if command_name == 'bug':
if command_name == 'lpbug' or command_name == 'lp':
if len(args) == 1:
package = ''
bug_id = int(args[0])
@ -295,7 +295,7 @@ class Ubottu(Plugin):
return False
#!package lookup command
#package lookup command
if command_name == 'package' or command_name == 'depends':
apt = Apt()
if len(args) == 0: