why would i code smthing thats already coded use smthing like that
Code:
new MySqlCommand(MySqlCommandType.DELETE).Delete("GuildAdvertisment", "GuildID", guild.ID).Execute();
GuildAdvertisment is the Table that im going to delete Entries From
Delete is going to be Through Checking GuildID Column if it has value equals to guild.ID then Remove the Line .. its pretty easy to use
btw your code wont work as you forgot to use .Execute method