Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
[guilds] GuildBan.reason should use text not unicode
Browse files Browse the repository at this point in the history
xD
  • Loading branch information
b1naryth1ef committed Aug 19, 2017
1 parent 4b4508a commit 9e70c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disco/types/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def guild(self):

class GuildBan(SlottedModel):
user = Field(User)
reason = Field(unicode)
reason = Field(text)


class GuildMember(SlottedModel):
Expand Down

0 comments on commit 9e70c54

Please sign in to comment.