nodbot/commands/template
2021-07-13 15:58:02 -04:00

9 lines
194 B
Plaintext

const axios = require('axios').default;
module.exports = {
name: 'strain',
description: 'Search for information about a cannabis strain. Powered by Otreeba',
execute(message, file) {
}
}