Add comment that some people will ignore to the top of the about commadn
This commit is contained in:
parent
b3374aeb13
commit
8b4f729025
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
If you are forking the bot, you must comply with the MIT License, which only requires
|
||||
attribution. If you choose to remove or modify this command, you must find another way to comply
|
||||
with the MIT License, such as adding a message on join or in another command.
|
||||
Additionally, you can make your fork open source as well, and add a message in the readme.
|
||||
*/
|
||||
|
||||
import os from 'node:os'
|
||||
import { execSync } from 'child_process'
|
||||
import { getMessage, formatTime } from '../util/lang.js'
|
||||
|
|
Loading…
Add table
Reference in a new issue