Skip to content

Modified std::list to std::vector - #35

Closed
Gag91 wants to merge 1 commit into
cppdiscord:mainfrom
Gag91:Gag91-patch-1
Closed

Modified std::list to std::vector#35
Gag91 wants to merge 1 commit into
cppdiscord:mainfrom
Gag91:Gag91-patch-1

Conversation

@Gag91

@Gag91 Gag91 commented Aug 10, 2026

Copy link
Copy Markdown

Modified commands.h

std::list<dpp::command_option> args;
// To
std::vector<dpp::command_option> args;

@xNoerPlaysCodes

Copy link
Copy Markdown
Contributor

i approve

@Gag91 Gag91 closed this by deleting the head repository Aug 11, 2026
@xNoerPlaysCodes

Copy link
Copy Markdown
Contributor

Wtf why did you

@Pendonym

Copy link
Copy Markdown

Wtf why did you

Its in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants