Added multiple role support

This commit is contained in:
Sleepingpirates
2020-07-23 01:04:42 +00:00
parent 8dea30384a
commit 3507c7f2d0

View File

@@ -27,7 +27,7 @@ class BotForm(FlaskForm):
discord_bot_token = StringField('Discord Bot Token',
validators=[DataRequired()])
role_id = IntegerField('Role Id',
role_id = StringField('Role Id',
validators=[DataRequired()])
channel_id = IntegerField('Channel Id',