Files
2023-04-17 16:14:39 +08:00

11 lines
228 B
TypeScript

export default {
id: "migration-bot",
name: "Migration bot",
description: "A bot focused on database migration.",
avatar: "",
getPrompt: (input?: string): string => {
// TODO: update prompt.
return "";
},
};