mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
glbfx
This commit is contained in:
@@ -609,6 +609,7 @@ class MusicModule(commands.Cog):
|
|||||||
await ctx.reply("Kurwa. Aleś mi roboty narobił... No nic. Ku radości. Skal!")
|
await ctx.reply("Kurwa. Aleś mi roboty narobił... No nic. Ku radości. Skal!")
|
||||||
with ctx.typing():
|
with ctx.typing():
|
||||||
if check:
|
if check:
|
||||||
|
global MUZYKA # pylint: disable=global-variable-not-assigned
|
||||||
file_bytes = await ctx.message.attachments[0].read()
|
file_bytes = await ctx.message.attachments[0].read()
|
||||||
text = file_bytes.decode(encoding=check.group(1))
|
text = file_bytes.decode(encoding=check.group(1))
|
||||||
self.logger.info(text)
|
self.logger.info(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user