Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Make autocomplete log virtual #328

Closed quinchs closed 2 years ago

quinchs commented 2 years ago

Summary

This PR makes the GetLogString virtual by adding a default of CommandName: ParameterName as the default log.

Motivation

Adding additional methods a developer has to implement isn't always the solution, I don't see why it has to be abstract.

quinchs commented 2 years ago

@Cenngo Gonna wait for your review

Cenngo commented 2 years ago

ngl, im happy to see this change.