Compare commits

...

2 Commits

Author SHA1 Message Date
e5889e3c63 Versioning
All checks were successful
NodBot Production Dockerization / build (push) Successful in 1m29s
2025-01-24 20:20:37 -05:00
22c215f3c2 Coupla beers no beers 2025-01-24 20:16:03 -05:00
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,8 @@
## v3.4.x
#### v3.4.1
#### v3.4.2 (#28)
* Added `.drink` and aliases
#### v3.4.1 (#27)
* Adding command to change nicknames
#### v3.4.0 (#25)

View File

@ -5,7 +5,9 @@ module.exports = {
name: 'joint',
description: 'Send a random weed-themed phrase.',
usage: '.joint',
alias: ['bong', 'blunt', 'bowl', 'pipe', 'dab', 'vape', 'dabs', 'shatter', 'edible', 'edibles', 'doobie', 'spliff', 'gummy', 'gummies', 'hash', 'toke', 'big doinks'],
alias: ['bong', 'blunt', 'bowl', 'pipe', 'dab', 'vape', 'dabs', 'shatter', 'edible', 'edibles', 'doobie', 'spliff', 'gummy', 'gummies', 'hash', 'toke', 'big doinks',
'drink', 'shot', 'shots', 'beer', 'beers', 'brew', 'brews', 'liquor', 'cocktail', 'cocktails', 'wine', 'wines', 'whiskey', 'whiskies', 'vodka', 'vodkas', 'rum', 'rums', 'cider', 'ciders',
],
execute(message, commandData) {
let joints = [];
// Create a simple array of the joint texts

View File

@ -1,6 +1,6 @@
{
"name": "nodbot",
"version": "3.4.1",
"version": "3.4.2",
"description": "Nods and Nod Accessories",
"main": "main.js",
"dependencies": {