aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Ansori Palembani <46041660+null2264@users.noreply.github.com>2021-01-07 01:36:41 +0000
committerGitHub <noreply@github.com>2021-01-07 01:36:41 +0000
commitf52a7cc5cf69ca2969c0b1b4348c4709b9e95a09 (patch)
treef216f365d2027346fd0080d9c3e840cf812f59e0
parentaf0868e738a5dd8f24b123f170ad2e2d7a8c2140 (diff)
downloadsteve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.tar
steve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.tar.gz
steve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.tar.bz2
steve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.tar.lz
steve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.tar.xz
steve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.tar.zst
steve-bot-f52a7cc5cf69ca2969c0b1b4348c4709b9e95a09.zip
+ Change list to tuple
You change every list into tuple but not the if statement thingy. Kappa
-rwxr-xr-xcogs/src.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py
index 2cdae65..67d5cca 100755
--- a/cogs/src.py
+++ b/cogs/src.py
@@ -213,7 +213,7 @@ async def pendingRuns(self, ctx):
mcbece_runs += 1
# In the case of coop, change the player names from a list to a string for prettier output
- if type(run.players) == list:
+ if type(run.players) == tuple:
run.players = ", ".join(map(str, run.players))
embed = discord.Embed(