git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c24d9
)
Typos.
author
CMDR furrycat
<elite@furrycat.net>
Thu, 27 Oct 2016 09:19:50 +0000
(10:19 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Thu, 27 Oct 2016 10:19:16 +0000
(11:19 +0100)
bot.py
patch
|
blob
|
history
diff --git
a/bot.py
b/bot.py
index
b0e1fb6
..
cd43bf5
100644
(file)
--- a/
bot.py
+++ b/
bot.py
@@
-196,7
+196,7
@@
def voice_channel_for_user(user):
if not member:
continue
voice_channel = member.voice_channel
- if voice_channel is None:
+ if voice_channel is
not
None:
if voice_channel.server in client.servers:
return voice_channel