Define the rate limit of this
Future<void> setUserLimit (int value) async { await update(ChannelBuilder({ 'user_limit': value })); }