andersthemagi / Sovereign-of-Chaos

A small-scale bot made in Python, capable of handling several D&D related tasks on Discord. Built using Discord.py and hosted on a Raspberry Pi.
MIT License
1 stars 0 forks source link

Check other people's Rank Cards #19

Closed andersthemagi closed 3 years ago

andersthemagi commented 3 years ago

Feature Description

When a user either types the UserID, or pings a user via their nickname with the !rank command, you should see that person's rank card, not your own.

Desired Solutions

Considered Alternatives

If not by ping, perhaps we could use another identifier on the server? Maybe their name?

Additional context

N/A

andersthemagi commented 3 years ago

Functionality works, and accounts for either invalid input or a valid user ID not on the server. Closing