Delete this
@override Future<void> delete ({ String? reason }) async { await ioc.use<DiscordApiHttpService>() .destroy(url: '/channels/${channel.id}/messages/$id') .auditLog(reason) .build(); }