Skip to content

Commit

Permalink
feat: make suhu alias to dukun
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Jan 18, 2024
1 parent 5137125 commit 5f25f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/dukun/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ async function dukun(context, mongo, cache) {
*/
export function register(bot, mongo, cache) {
bot.command("dukun", (context) => dukun(context, mongo, cache));
bot.command("suhu", (context) => dukun(context, mongo, cache));

return [
{
Expand Down

0 comments on commit 5f25f28

Please sign in to comment.