Added filter to mass_move channel_from #296

This commit is contained in:
2023-08-14 20:57:59 +02:00
parent 9db00516c3
commit e6c9959381
3 changed files with 34 additions and 2 deletions

View File

@@ -25,8 +25,8 @@ class ModuleList:
[
CoreModule, # has to be first!
DataModule,
ConfigModule, # has to be before db check
DatabaseModule,
ConfigModule, # has be to after db check
GraphQLModule,
PermissionModule,
AutoRoleModule,