mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 22:14:34 +02:00
Credit Command
This commit is contained in:
@@ -17,6 +17,16 @@ module.exports = class PeriodicTableCommand extends Command {
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Bowserinator/Periodic-Table-JSON',
|
||||
url: 'https://github.com/Bowserinator/Periodic-Table-JSON'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'element',
|
||||
|
||||
Reference in New Issue
Block a user