strip and split it good

This commit is contained in:
brandons209 2020-02-09 18:37:34 -05:00
parent 67013189b8
commit 94b5f0e15f

View file

@ -75,7 +75,7 @@ class RolePlay(commands.Cog):
# has intensity
if not user:
try:
args = target.split(" ")
args = target.split()
intensity = int(args[-1])
name = " ".join(args[:-1])
user = guild.get_member_named(name)