Skip to content

Commit

Permalink
Merge pull request #33 from BenKesselring/feature/add-abl-command
Browse files Browse the repository at this point in the history
feat: add abl (always be looking) command
  • Loading branch information
Huusky committed Oct 5, 2020
2 parents a0cb1d2 + 2bacfa6 commit 584a7d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions commands/info/abl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
name: 'abl',
description: 'Explains the ABL acronym',
usage: '',
args: false,
enabled: true,
async execute(client, message, args) {
message.reply('ABL: Always Be Looking™');
}
}

0 comments on commit 584a7d8

Please sign in to comment.