diff --git a/pages/api/bots.ts b/pages/api/bots.ts index bd0dd7e..6678e71 100644 --- a/pages/api/bots.ts +++ b/pages/api/bots.ts @@ -9,6 +9,7 @@ const botsNames: ReadonlyArray = [ 'ERSUBot', 'Sfotted_DIEEI_bot', 'UNICT_Book_Market_Bot', + 'Ask_DMI_Bot', ] as const; function toBotEntities(entitiesData: Array): ReadonlyArray { diff --git a/pages/api/channels.ts b/pages/api/channels.ts index c5ff48c..beae066 100644 --- a/pages/api/channels.ts +++ b/pages/api/channels.ts @@ -37,6 +37,7 @@ const channelsNames: ReadonlyArray = [ 'albo_unict', 'unict_devs', 'OpenJobDMI', + 'Ask_DMI', ] as const; function toChannelEntities(entitiesData: Array): ReadonlyArray {