Add create jira bug

This commit is contained in:
Amaryllis 2023-12-18 14:04:26 +01:00
parent 6c8cf194a7
commit 1a7822ea69
13 changed files with 418 additions and 97 deletions

3
events/ready.ts Normal file
View file

@ -0,0 +1,3 @@
export const onReady = () => {
console.log("Bot ready!")
}