9 lines
194 B
Plaintext
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) {
|
|
|
|
}
|
|
} |