Browse Source

forgot to change a variable which breaks the output a lil

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
5d7dcaf243
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/cogs/fun.py

+ 1
- 1
roxbot/cogs/fun.py View File

@@ -279,7 +279,7 @@ class Fun:
waifu_list.append(w.name)

if len(waifu_list) > 1:
if len(waifu) == 2:
if len(waifu_list) == 2:
oxford_comma = " and {}"
else:
oxford_comma = ", and {}"

Loading…
Cancel
Save