File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # IEEE@ UCF Discord Bot (f.k.a. Larry)
1+ # IEEE @ UCF Discord Bot (f.k.a. Larry)
22
3- A silly Discord bot built with TypeScript, Bun, and Discord.js for the IEEE@ UCF community.
3+ A Discord bot built with TypeScript, Bun, and Discord.js for the IEEE @ UCF community.
44
55<img src =" assets/images/larry.gif " alt =" Larry " style =" width : 200px ; height : 200px ; object-fit : cover ;" />
66
@@ -25,4 +25,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
2525
2626## Support
2727
28- For support or questions, contact the IEEE@ UCF Software Committee or open an issue on GitHub.
28+ For support or questions, contact the IEEE @ UCF Software Committee or open an issue on GitHub.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export class HelpCommand extends Command {
1717
1818 async run ( interaction : ChatInputCommandInteraction ) : Promise < void > {
1919 const embed = this . client . createEmbed ( )
20- . setTitle ( 'Welcome to IEEE UCF!' )
20+ . setTitle ( 'Welcome to IEEE @ UCF!' )
2121 . setAuthor ( {
2222 name : this . client . user ?. username ?? 'Larry' ,
2323 iconURL : this . client . user ?. displayAvatarURL ( { size : 512 } ) ?? undefined ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class WhoisCommand extends Command {
88 constructor ( client : any ) {
99 super ( client , {
1010 name : 'whois' ,
11- description : 'Get detailed information about a member.' ,
11+ description : 'Gets detailed information about a member.' ,
1212 usage : 'whois <name>' ,
1313 category : 'general' ,
1414 permissionLevel : PermissionLevel . GUEST ,
You can’t perform that action at this time.
0 commit comments