Removed extra space

This commit is contained in:
Dionysus 2023-09-16 18:07:50 -04:00
parent 38d2d4871a
commit b2c0bbed37
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ class Bot():
elif len(args) == 2:
target = args[1]
if random.choice([1,2]) == 1:
beer = '{0}{1}{2}'.format(color(' ', orange, orange), color('Modelo ', blue, yellow), color('c', grey, orange)) # props to opal
beer = '{0}{1}{2}'.format(color(' ', orange, orange), color('Modelo', blue, yellow), color('c', grey, orange)) # props to opal
else:
beer = '{0}{1}{2}'.format(color(' ', white, white), color(' BUD ', white, random.choice((blue,brown))), color('c', grey, white))
await self.action(chan, f'throws {color(target, white)} an ice cold {beer} =)')