• Joined on 2021-12-08
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 04:25:20 +01:00
051d66f378 Working on the help link command.
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 04:25:03 +01:00
150ab144e9 Linking through steamid, changed argument through int to str cause steam could complain
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 02:18:06 +01:00
aabbc8b02d Aight, apparenlty the issue is that when checking the account id, if an issue is risen, is not comptured inside the _on_error_message, therefore cannot raise that back.
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 02:11:36 +01:00
4ce8300173 Fixed not god embed not appearing on error
ofilter closed issue ofilter/Steam_Invite_Discord#30 2023-12-22 01:21:14 +01:00
After linking account post profile.
ofilter commented on issue ofilter/Steam_Invite_Discord#30 2023-12-22 01:21:14 +01:00
After linking account post profile.

Well apparently I did that already

ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 00:52:56 +01:00
b0d977fcf4 Didnt delete creating the trigger
ofilter commented on issue ofilter/Steam_Invite_Discord#31 2023-12-22 00:40:53 +01:00
link steamid/link vanity

Turns out discord ids can be inferior to 18 characters, so had to remove the restriction that checked lengths from the database

ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 00:33:50 +01:00
1d9de30b19 Removed data validation about discord_id length being inferior to 18 characters.
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-22 00:15:27 +01:00
5d2752e8e7 Enabled error handling back
ofilter commented on issue ofilter/Steam_Invite_Discord#31 2023-12-21 23:58:11 +01:00
link steamid/link vanity
  • Help command now lists them both.

  • Help command no longer lists standalone link.

  • Help command lists sub-commands recursively.

  • Updated help link command.

  • […

ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-21 23:55:11 +01:00
061b8c8f41 Help command now printing subcommands recursively.
ofilter commented on issue ofilter/Steam_Invite_Discord#31 2023-12-21 21:38:42 +01:00
link steamid/link vanity

Commands exists and seem to be working without issues.

Need to update the help commands and the new commands descriptions.

ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-21 21:32:21 +01:00
1d4fb6f900 NVM found the culprit.
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-21 21:27:22 +01:00
0f1e15cc6d Troubleshooting:
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-21 21:12:52 +01:00
1310805efe Minor adjustment to the text.
ofilter pushed to 1.3 at ofilter/Steam_Invite_Discord 2023-12-21 21:11:07 +01:00
0259636303 Working with the link vanity/userid commands.
f4946bff3c Removed print
Compare 2 commits »
ofilter commented on issue ofilter/Steam_Invite_Discord#31 2023-12-21 20:11:44 +01:00
link steamid/link vanity
  • their respective error embeds (if not already created.)
ofilter commented on issue ofilter/Steam_Invite_Discord#31 2023-12-21 20:10:53 +01:00
link steamid/link vanity
if vanity:
       usual procedure

elif steamid:
       if getplayedsumary: in db
       else: raise not found

else:
       raise command not found
ofilter opened issue ofilter/Steam_Invite_Discord#31 2023-12-21 20:07:07 +01:00
link steamid/link vanity