Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 534c476

Browse files
author
WindowsVistaisCool
committed
something
1 parent e29749e commit 534c476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

talk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ async def voice(ctx, com):
180180
if com.startswith('join'):
181181
com = com.replace('join', '')
182182
if com == '':
183-
bird = await ctx.guild.fetch_member(392502213341216769)
183+
bird = await ctx.guild.fetch_member(406629388059410434)
184184
chn = bird.voice.channel
185185
try:
186186
await chn.connect()
@@ -404,7 +404,7 @@ def time(s):
404404

405405
@client.event
406406
async def on_ready():
407-
c = client.get_channel(886323743503298590)
407+
c = client.get_channel(751604133798215836)
408408
global region
409409
region = store('react.json', None, True)
410410
global lms

0 commit comments

Comments
 (0)