Skip to content

Commit

Permalink
Dev (#50)
Browse files Browse the repository at this point in the history
* Update issue templates (#42)

* chore(dev): release 1.0.0

* style(read-me): latest tag

* chore(master): release 1.0.0 (#41)

* chore(master): release 1.0.0

* style: rm changelog dupes

* Update issue templates

* Mongodb (#45)

* chore: mongoose, nestjs/mongoose

* feat: mongoose config and schemas

* fix: schema types and validators

* cd: mongo compose and init config

* cd: coimpose columes

* refactor(gitignore): env etc.

* refactor: issue templates

* feat: mongo and phrases

* feat: wip - new interactive command

* feat: new commands

* style: version tag

* ci(docker-compose): add network

* fix: return after sending

---------

Co-authored-by: lulu12329 <[email protected]>
  • Loading branch information
sanriodev and lulu12329 authored Feb 16, 2024
1 parent 31ceff2 commit 31a3a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/command/commands/someone-once-said.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ export default class SomeoneOnceSaidCommand extends ACommand {
})
.setTimestamp(created.createdAt);
arg.channel.send({ embeds: [quoteEmbed] });
return true;
}
}

0 comments on commit 31a3a47

Please sign in to comment.