nodbot/commands/template

9 lines
194 B
Plaintext
Raw Normal View History

2021-07-13 19:58:02 +00:00
const axios = require('axios').default;
2021-06-27 23:41:25 +00:00
module.exports = {
2021-07-13 19:58:02 +00:00
name: 'strain',
description: 'Search for information about a cannabis strain. Powered by Otreeba',
execute(message, file) {
2021-06-27 23:41:25 +00:00
}
}