Skip to content

Commit 7f43f6b

Browse files
authored
Update telefunc.py
1 parent 7ee7537 commit 7f43f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethon/telefunc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def fast_download(filename, file, bot, event, time, msg):
117117
async def force_sub(client, channel, id):
118118
s, r = False, None
119119
try:
120-
x = await Drone(GetParticipantRequest(channel=f'{channel}', participant=int(id)))
120+
x = await Drone(GetParticipantRequest(channel=channel, participant=int(id)))
121121
left = x.stringify()
122122
if 'left' in left:
123123
s, r = True, f"To use this bot you've to join @{channel}.\n\nAlso join @DroneBots"

0 commit comments

Comments
 (0)