Skip to content

Commit 8da0318

Browse files
Command, Readme formatting
1 parent dd9ebd4 commit 8da0318

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

src/commands/general/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

src/commands/general/whois.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)