license.ts (217B)
1 2 3 4 5 6
export default (homescope: HomeScope) => { const { message } = homescope; message.channel.send( "**GNU Affero GPLv3 (`AGPL-3.0`), _Free_ as in Freedom.**"); message.channel.send("<:AGPL:740958423008411678>"); };